Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(trace) remove test skip and stop mocking console error #80158

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Conversation

JonasBa
Copy link
Member

@JonasBa JonasBa commented Nov 1, 2024

This fixed a large set of tests wrt trace view. The last set of issues related to search seem to be caused by a race condition between user input and a delayed layout effect. The flaky tests have been disabled for now while I figure out the root cause or an alternative approach to fire the side effect.

I'm going to re-run the frontend suite 10 times to ensure this doesnt flake again.

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Nov 1, 2024
Copy link

codecov bot commented Nov 1, 2024

Codecov Report

Attention: Patch coverage is 80.00000% with 5 lines in your changes missing coverage. Please review.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...e/newTraceDetails/traceSearch/traceSearchInput.tsx 77.77% 4 Missing ⚠️
.../performance/newTraceDetails/traceHeader/index.tsx 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #80158      +/-   ##
==========================================
+ Coverage   78.08%   78.37%   +0.28%     
==========================================
  Files        7179     7177       -2     
  Lines      317124   317037      -87     
  Branches    43724    43710      -14     
==========================================
+ Hits       247637   248481     +844     
+ Misses      63145    62224     -921     
+ Partials     6342     6332      -10     

Copy link

codecov bot commented Nov 4, 2024

Bundle Report

Changes will increase total bundle size by 207 bytes (0.0%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
app-webpack-bundle-array-push 31.89MB 207 bytes (0.0%) ⬆️

@JonasBa JonasBa marked this pull request as ready for review November 4, 2024 17:09
@JonasBa JonasBa requested a review from a team as a code owner November 4, 2024 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant